Skip to content

fix: resolve all lint errors and warnings - #154

Merged
RhysSullivan merged 3 commits into
mainfrom
fix/lint-errors
Apr 10, 2026
Merged

fix: resolve all lint errors and warnings#154
RhysSullivan merged 3 commits into
mainfrom
fix/lint-errors

Conversation

@RhysSullivan

Copy link
Copy Markdown
Collaborator

Summary

  • Fix all 46 no-explicit-any errors with proper types, type narrowing, or targeted suppressions
  • Fix all unused imports and parameters (no-unused-vars)
  • Fix require-yield in onepassword service (converted to Effect.sync)
  • Fix useless escape characters and useless fallback spreads
  • Exclude generated .astro/ directory from linting

Test plan

  • bun run lint passes with 0 errors and 0 warnings
  • bun run typecheck passes all 27 packages

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Apr 10, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
executor-cloud bce0a07 Apr 10 2026, 09:06 AM

Fix 46 no-explicit-any errors, unused imports/params, require-yield,
useless escapes, and useless fallback spreads across 32 files. Exclude
generated .astro/ directory from linting.
@RhysSullivan
RhysSullivan merged commit cdbaf1b into main Apr 10, 2026
2 checks passed
RhysSullivan added a commit that referenced this pull request May 31, 2026
* fix: resolve all lint errors and warnings

Fix 46 no-explicit-any errors, unused imports/params, require-yield,
useless escapes, and useless fallback spreads across 32 files. Exclude
generated .astro/ directory from linting.

* fix: remove unused _ prefixed parameters instead of dangling them

* style: format
@RhysSullivan
RhysSullivan deleted the fix/lint-errors branch June 11, 2026 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant